<style>
body{font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.topbar{background:#0B3C91;color:#fff}  /*  .topbar{background:#0082DA;color:#fff} - GIITKEPL Theme Colour */
.section{padding:80px 0}
.hero{background:linear-gradient(135deg,#0B3C91,#1f5fd1);color:#fff;padding:100px 0}
.cardx{border:none;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08);height:100%}
.footer{background:#081F4D;color:#fff;padding:60px 0 20px}
.logo-box{width:70px;height:70px;background:#f1f1f1;border-radius:10px;display:flex;align-items:center;justify-content:center}






/* ===== GIIT COURSES PAGE ===== */

.course-page-container{
    width:82%;
    max-width:1050px;
    margin:auto;
    padding:0 25px;
}

/* Search Box */

.course-search{
    margin:40px 0;
}

.course-search input{
    width:100%;
    padding:16px 20px;
    border:1px solid #d1d5db;
    border-radius:10px;
    font-size:16px;
}

/* Department Navigation */

.department-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
    margin-bottom:50px;
}

.department-grid a{
    text-decoration:none;
    border-radius:10px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    color:#0B3C91;
    font-weight:600;
    transition:.3s;

    display:flex;
    align-items:center;
    justify-content:center;

    height:80px;
    text-align:center;
    padding:10px;
}

.department-grid a:hover{
    background:#0B3C91;
    color:white;
}

/* Department Section */

.course-section{
    margin-bottom:50px;
}

.department-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.department-header{
    background:#0B3C91;
    color:#fff;
    padding:18px 25px;
    text-align:center;
}

.department-header h3{
    margin:0;
    text-align:center;
}

.department-header p{
    margin:8px 0 0;
    text-align:center;
}


.department-header h3{
    margin:0;
    font-size:28px;
}

.department-header p{
    margin:5px 0 0;
}

.table-wrapper{
    overflow-x:auto;
}

.course-table{
    width:100%;
    border-collapse:collapse;
}

.course-table th{
    background:#f3f4f6;
    padding:12px;
    border:1px solid #ddd;
    text-align:center;
}

.course-table td{
    padding:12px;
    border:1px solid #ddd;
}

.course-table tr:nth-child(even){
    background:#fafafa;
}

.course-table tr:hover{
    background:#edf4ff;
}

.course-table td:first-child,
.course-table td:nth-child(3),
.course-table td:nth-child(4){
    text-align:center;
}

@media(max-width:768px){

.course-page-container{
    width:95%;
}

.department-header h3{
    font-size:22px;
}

.department-header{
    background:#0B3C91;
    color:#fff;
    padding:18px 25px;
    text-align:center;
}

@media (max-width:768px){

.logo-box{
    width:50px;
    height:50px;
}

.logo-box img{
    width:50px !important;
}

.navbar-brand small{
    font-size:11px;
    display:block;
    line-height:1.1;
}

}
/* ===========================
   MOBILE TABLE FIX
   (ADD AT THE END OF CSS ONLY)
   =========================== */


@media(max-width:768px){

.course-page-container{
    width:100%;
    padding:0 8px;
}

}
}








</style>
.contact-topbar{text-align:center}.phone-line,.email-line{display:inline-block}.phone-line{margin-right:12px}@media(max-width:768px){.phone-line,.email-line{display:block;margin-right:0}.email-line{margin-top:4px}}